home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Technology Seed / ADC Seed CD - July 1999.toast / Carbon SDK 1.0d10c3 / Sample Code / SimpleText / MovieFile.r < prev    next >
Encoding:
Text File  |  1999-05-04  |  839 b   |  40 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        MovieFile.r
  3.  
  4.     Contains:    Movie file support for simple text application
  5.  
  6.     Written by:    Tom Dowdy
  7.  
  8.     Copyright:    © 1993, 1995, 1997 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.     $Log: MovieFile.r,v $
  13.     Revision 1.2  1998/08/26 16:04:15  mkellner
  14.     Make work with new (built) headers
  15.  
  16.     Revision 1.1.1.1  1998/03/18 22:56:10  ivory
  17.     Initial checkin of SimpleText.
  18.     
  19.  * 
  20.  * 3     8/12/97 4:04 PM Tom Dowdy
  21.  * new staggering
  22.  * 
  23.  * 2     7/30/97 3:42 PM Tom Dowdy
  24.  * Live scrolling now
  25.  * 
  26.  * 1     7/28/97 11:19 AM Duane Byram
  27.  * first added to Source Safe project
  28.  
  29.          <1>     8/21/95    TD        First checked in.
  30.  
  31. */
  32.  
  33.  
  34. #include "MovieFile.h"
  35. #include "MacWindows.r"
  36.  
  37. resource 'WIND' (kMovieWindowID) {
  38.     {40, 40, 215, 400}, noGrowDocProc, invisible, goAway, 0, NEWDOCUMENTTITLE, staggerParentWindowScreen
  39. };
  40.